指定されたビューの、条件を満たす要素の数を表すビュー。
シンタックス
'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function LiveCount(Of )( _
ByVal As View(Of T), _
ByVal As System.Linq.Expressions.Expression(Of Func(Of T,Boolean)) _
) As AggregationView(Of T,Integer)
[System.Runtime.CompilerServices.Extension()]
public static AggregationView<T,int> LiveCount<>(
View<T> ,
System.Linq.Expressions.Expression<Func<T,bool>>
)
パラメータ
- source
- テストされ、カウントされる要素が含まれているビュー。
- predicate
- 条件の各要素をテストする関数。
型パラメータ
- T
- source 内の要素の型。
参照